Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NNotFilter<T> Class
Members


In This Topic
    NNotFilter<T> Class
    In This Topic
    Represents a boolean algebra NOT expression and is used to invert the result of the filter it contains
    Object Model
    NNotFilter<T> Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NNotFilter(Of T) 
       Implements INFilter(Of T) 
    'Usage
     
    
    Dim instance As NNotFilter(Of T)
    public sealed class NNotFilter<T> : INFilter<T>  
    Type Parameters
    T
    Remarks
    This filter inverts the result of the one and only filter it contains
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NNotFilter<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also